<?php header('Content-type: application/json'); echo json_encode( explode("\r\n",file_get_contents('data.txt')) ); ?>